.faq_title {
    font-size: 1.5em;
	font-weight: 600;
	cursor: pointer;
margin-left: 42px;
}
.faq_box {
  border-bottom: solid 1px hsl(0, 0%, 80%);
  padding: 20px 0;
}
.faq_answear {
	margin: 0;
	max-height: 0px;
	width: auto;
	overflow: hidden;
	height: auto;
	transition: all ease-in-out 0.8s;
	opacity: 0;
}
.faq_answear.active {
	max-height: 1400px;
	padding: 20px 7px 0 7px;
	opacity: 1;
}
.svg_faq {
  width: 32px;
  height: 32px;
  position: relative;
  margin-top: -29px;
  margin-left: 0;
}

.svg_faq.active {
transform: rotateX(180deg);
}

.svg_exp {
	width: 32px;
	height: 32px;
}

@media only screen and (min-device-width: 1200px) {

.faq_title {
    font-size: 1.5em;
	font-weight: 600;
	cursor: pointer;
margin-left: 42px;
}
.faq_box {
  border-bottom: solid 1px hsl(0, 0%, 80%);
  padding: 20px 0;
}
.faq_answear {
	margin: 0;
	max-height: 0px;
	width: 100%;
	overflow: hidden;
	height: auto;
	transition: all ease-in-out 0.8s;
	opacity: 0;
}
.faq_answear.active {
	max-height: 1400px;
	padding-top: 20px;
	opacity: 1;
}
.svg_faq {
  width: 32px;
  height: 32px;
  position: relative;
  margin-top: -29px;
  margin-left: 0;
}
.svg_faq.active {
transform: rotateX(180deg);
}

}
